@charset "utf-8";

/*
    Copyright @ mobile.yigaojiaju.com 
    Date: 2021-08-09
    author:GentleSevenV
*/

body {
    background: #f9f9f9;
}

/*首页轮播*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
}

.swiper-pagination-bullet-active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
    background: #f7c252;
}

.foursection {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    background: #fff;
}

.foursection .iconfont {
    font-size: 14px;
}

.foursection > div {
    font-size: 14px;
    line-height: 16px;
    color: #f7c252;
    text-align: center;
}

.index-menu {
    width: 100%;
    padding: 0 4% 4%;
    border-top: 1px dashed #dbdbdb;
    background: #fff;
}

.index-menu > div {
    padding-top: 4%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.index-menu > div > a {
    width: 19%;
    display: block;
}

.index-menu > div img {
    width: 100%;
}

.index-menu > div p {
    font-size: 14px;
    color: #777;
    text-align: center;
    padding-top: 6px;
}

.section {
    width: 100%;
    margin-top: 2%;
    background: #fff;
    padding: 8% 4%;
}

.title-box {
    width: 100%;
}

.title-box img {
    width: 60%;
    margin: 0 auto;
}

.title-box p {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.title-box span {
    display: block;
    width:50px;
    margin: 0 auto;
    height: 10px;
    border-bottom: 1px solid #f7c252;
}

.title-box a .gzmbenter {
    font-size: 18px;
}

.index-service {
    width: 100%;
    margin-top: 5%;
    white-space: nowrap;
    overflow: auto;
    overflow-x: scroll;
}

.index-service img {
    width: 100%;
}

.index-service > a {
    width: 75%;
    display: inline-block;
    position: relative;
}

.service-box > p {
    position: absolute;
    left: 5%;
    bottom: 8%;
    font-size: 14px;
    color: #fff;
    width: 90%;
    white-space: normal;
}

.service-box > p b {
    font-size: 18px;
    line-height: 30px;
}

.index-service > a:nth-child(2) {
    margin: 0 2%;
}

.jxal-nav{
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 5%;
}

.news-nav {
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.jxal-nav > div,
.news-nav > div {
    font-size: 18px;
    color: #666;
    height: 40px;
    line-height: 40px;
    width: 33%;
    text-align: center;
}

.news-nav > div {
    width: 40%;
}

.news-nav > div {
    width: 33%;
}

.selected {
    background:url(../images/selectedline.png) center 25px no-repeat;
    background-size: 92%;
    color: #333 !important;
    font-size: 20px!important;
}

.jxal-con {
    width: 100%;
    margin-top: 5%;
    white-space: nowrap;
    overflow: auto;
    overflow-x: scroll;
    display: none;
}

.jxal-con img {
    width: 100%;
}

.jxal-con > a {
    width: 75%;
    display: inline-block;
    padding-bottom: 5%;
}

.jxal-con > a:nth-child(2) {
    margin: 0 2%;
}

.jxal-con > a > p {
    width: 100%;
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding: 0 4%;
    box-shadow: 0px 2px 22px -12px rgba(0, 0, 0, 0.5);
}

.morebtn{
    width: 100%;
    display: block;
    font-size: 18px;
    color:#333333;
    text-align: center;
    margin-top: 10px;
    background: #f7c252;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
}

.news-con {
    width: 100%;
    margin-top: 5%;
    display: none;
}

.news-con > a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.news-con > a:nth-child(1) {
    position: relative;
    border: none;
}

.news-con > a > div {
    width: 90%;
    padding: 5% 3%;
}

.news-con > a:nth-child(1) > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 3%;
    width: 100%;
}

.news-con > a:nth-child(2),
.news-con > a:nth-child(3) {
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.news-con > a > img {
    width: 100%;
}

.news-con > a p {
    font-size: 16px;
    color: #333;
    /*多行文字超出省略*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*设置行数*/
}

.news-con > a:nth-child(1) p {
    color: #fff;
}

.news-con > a span {
    font-size: 14px;
    color: #999;
}

.news-con > a:nth-child(1) span {
    color: #fff !important;
}

.news-con > a .iconfont {
    font-size: 26px;
}

.brandintro{
    font-size: 16px;
    color:#999;
    text-align: justify;
    line-height: 25px;
    margin: 15px 0;
}

.brandinfo{
    width: 100%;
}

.sheetbg{
    background: url(../images/sheetbg.jpg) top center no-repeat;
    background-size: 100% 100%;
}
